list card

This block is part of the state ui group and was last modified in core v10.4.28.

list card v10.4.28

Shows a list card.

In pins 6
  • title required
    value

    The title shown within this card.

  • toolbar
    state

    Content to be shown within the headers right-side.

  • options required
    array

    Items to be shown, array of values or objects like [{symbol, title, sub_title, link, label, label_type, label_text}].

  • class
    uiclass

    Assigns a CSS class to the element. • Hidden when unused

    Default card card-custom card-stretch gutter-b

  • style
    uistyle

    Applies inline CSS style to the element • Hidden when unused

  • attributes
    uiattributes

    Adds custom attributes to the element. • Hidden when unused

Out pins 1
  • state
    state

    Returns the element to the frontend state.

panel

A typical wiring for list card: value feeds the title pin; with values feeds the options pin; the state out pin feeds get component child.

Studio canvas example for the list card block: typical wiring for list card.

Version history

Introduced in v10.4.28.


Back to state ui Return to the main group to view all sub-groups Back to state elements Return to the group to view all blocks within this group